Foxit PDF SDK
FoxitPDFSDKPython2.DocumentsSource类 参考
类 FoxitPDFSDKPython2.DocumentsSource 继承关系图:
FoxitPDFSDKPython2.Base

Public 成员函数

def DocumentsSource (directory)
 用目录构造函数。
更多...
 
def DocumentsSource (other)
 用另一个文档源对象构造函数。
更多...
 
def IsEmpty ()
 检查当前对象是否为空。
更多...
 

详细描述

此类用于表示一个指定的目录,该目录包含PDF文件,用户希望 在这些PDF文件中进行搜索。

构造及析构函数说明

◆ DocumentsSource() [1/2]

def FoxitPDFSDKPython2.DocumentsSource.DocumentsSource (   directory)

用目录构造函数。

参数
[in]directory表示目录的路径字符串。

◆ DocumentsSource() [2/2]

def FoxitPDFSDKPython2.DocumentsSource.DocumentsSource (   other)

用另一个文档源对象构造函数。

参数
[in]other另一个文档源对象。

成员函数说明

◆ IsEmpty()

def FoxitPDFSDKPython2.DocumentsSource.IsEmpty ( )

检查当前对象是否为空。

当当前对象为空时,意味着当前对象是无用的。

返回
true 表示当前对象为空,false 表示不为空。